Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Stop re-installing some libraries" #3467

Merged
merged 1 commit into from
Jul 1, 2019

Conversation

kitsuta
Copy link
Member

@kitsuta kitsuta commented Jul 1, 2019

Reverts #3466

We can't deploy to staging West, and I'm thinking/hoping this is the culprit.

@kitsuta kitsuta merged commit c958727 into master Jul 1, 2019
@kitsuta
Copy link
Member Author

kitsuta commented Jul 1, 2019

Yup, this was our problem. Yikes!

This is the error we were getting on deploy:

"Traceback (most recent call last):\n  File \"/srv/reggie/env/bin/sep\", line\
  \ 11, in <module>\n    load_entry_point('sideboard', 'console_scripts', 'sep')()\n\
  \  File \"/srv/reggie/env/lib/python3.6/site-packages/pkg_resources/__init__.py\"\
  , line 489, in load_entry_point\n    return get_distribution(dist).load_entry_point(group,\
  \ name)\n  File \"/srv/reggie/env/lib/python3.6/site-packages/pkg_resources/__init__.py\"\
  , line 2793, in load_entry_point\n    return ep.load()\n  File \"/srv/reggie/env/lib/python3.6/site-packages/pkg_resources/__init__.py\"\
  , line 2411, in load\n    return self.resolve()\n  File \"/srv/reggie/env/lib/python3.6/site-packages/pkg_resources/__init__.py\"\
  , line 2417, in resolve\n    module = __import__(self.module_name, fromlist=['__name__'],\
  \ level=0)\n  File \"/srv/reggie/sideboard/__init__.py\", line 9, in <module>\n\
  \    import sideboard.server\n  File \"/srv/reggie/sideboard/server.py\", line 11,\
  \ in <module>\n    from sideboard.jsonrpc import _make_jsonrpc_handler\n  File \"\
  /srv/reggie/sideboard/jsonrpc.py\", line 6, in <module>\n    from cherrypy.lib.jsontools\
  \ import json_decode\nImportError: cannot import name 'json_decode'"
stdout: ''

@kitsuta kitsuta deleted the revert-3466-workaround-reggie-formula-16 branch July 1, 2019 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant